home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Ken Long / rinth / Read Me < prev    next >
Encoding:
Text File  |  1994-12-04  |  606 b   |  23 lines  |  [TEXT/ttxt]

  1.  
  2. This is a dusty old project I threw together a long time ago when I was first
  3. learning to program the Mac.  I took some C-code I found on my Sun at work
  4. and ported it to the Mac.  I leave this to the world as a curiosity.
  5.  
  6. Draws a fine-grained labyrinth, then solves it.
  7.  
  8. Requires: Think C, 13" monitor
  9.  
  10. Your THINK C project should include simply
  11.    MacTraps
  12.    main.c
  13.    rinth.c
  14.    util.c
  15.    init.c
  16.  
  17. If you play with the code, you can relax the monitor requirement.  The more
  18. adventurous among you might try to make a screen saver out of it.
  19.  
  20. It is NOT a robust application, it's just for fun.
  21.  
  22. RonAKaps
  23.